home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 / Vol 132.iso / games / pupworld.swf / scripts / DefineButton2_662 / BUTTONCONDACTION on(keyPress Down).as next >
Text File  |  2011-06-09  |  98b  |  7 lines

  1. on(keyPress "<Down>"){
  2.    if(Key.isDown(17))
  3.    {
  4.       level.player.intelligence--;
  5.    }
  6. }
  7.